[INFO] cloning repository https://github.com/avhz/quickring
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/avhz/quickring" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favhz%2Fquickring", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favhz%2Fquickring'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bc41f2f2d67dacd1cd3517bf314231752e1cf9ed
[INFO] fixing avhz/quickring against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Favhz%2Fquickring" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/avhz/quickring
[INFO] finished tweaking git repo https://github.com/avhz/quickring
[INFO] tweaked toml for git repo https://github.com/avhz/quickring written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/avhz/quickring on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/avhz/quickring already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ringbuf v0.4.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df
[INFO] running `Command { std: "docker" "start" "2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking quickring v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking ringbuf v0.4.8
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stdout] error[E0433]: cannot find module or crate `std` in this scope
[INFO] [stdout]    --> src/lib.rs:313:9
[INFO] [stdout]     |
[INFO] [stdout] 313 |     use std::time::Instant;
[INFO] [stdout]     |         ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `std` in this scope
[INFO] [stdout]    --> src/lib.rs:500:13
[INFO] [stdout]     |
[INFO] [stdout] 500 |         use std::fmt::Display;
[INFO] [stdout]     |             ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `std`
[INFO] [stdout]    --> src/lib.rs:312:9
[INFO] [stdout]     |
[INFO] [stdout] 312 |     use std::thread;
[INFO] [stdout]     |         ^^^ use of unresolved module or unlinked crate `std`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `std`, use `cargo add std` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> examples/comparison.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let mut sum = 0_usize;
[INFO] [stdout]    |         ----^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sum`
[INFO] [stdout]   --> examples/comparison.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let mut sum = 0_usize;
[INFO] [stdout]    |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sum`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable statement
[INFO] [stdout]   --> examples/udp.rs:95:9
[INFO] [stdout]    |
[INFO] [stdout] 86 | /         loop {
[INFO] [stdout] 87 | |             if let Some(packet) = cons.pop() {
[INFO] [stdout] 88 | |                 let text = String::from_utf8_lossy(&packet);
[INFO] [stdout] 89 | |                 print!("Client got: {}", text);
[INFO] [stdout] ...  |
[INFO] [stdout] 93 | |         }
[INFO] [stdout]    | |_________- any code following this expression is unreachable
[INFO] [stdout] 94 |
[INFO] [stdout] 95 |           let _ = recv_thread.join();
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `bench_ringbuf` is never used
[INFO] [stdout]   --> examples/comparison.rs:97:4
[INFO] [stdout]    |
[INFO] [stdout] 97 | fn bench_ringbuf<const CAP: usize>() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `recv_thread`
[INFO] [stdout]   --> examples/udp.rs:66:13
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let recv_thread = thread::spawn(move || {
[INFO] [stdout]    |             ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_recv_thread`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:465:9
[INFO] [stdout]     |
[INFO] [stdout] 465 |         println!();
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:466:9
[INFO] [stdout]     |
[INFO] [stdout] 466 |         println!("================= SPSC BENCH =================");
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:467:9
[INFO] [stdout]     |
[INFO] [stdout] 467 |         println!("iters: {ITERS}");
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:468:9
[INFO] [stdout]     |
[INFO] [stdout] 468 |         println!("capacity: {CAP}");
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:469:9
[INFO] [stdout]     |
[INFO] [stdout] 469 |         println!("---------------------------------------------");
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:470:9
[INFO] [stdout]     |
[INFO] [stdout] 470 |         println!("Your RingBuffer : {:?}", ours);
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:471:9
[INFO] [stdout]     |
[INFO] [stdout] 471 |         println!("ringbuf HeapRb  : {:?}", ringbuf);
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:474:9
[INFO] [stdout]     |
[INFO] [stdout] 474 |         println!("Speed ratio (ringbuf / yours): {:.2}x", ratio);
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:475:9
[INFO] [stdout]     |
[INFO] [stdout] 475 |         println!("=============================================");
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:554:9
[INFO] [stdout]     |
[INFO] [stdout] 554 |         println!("Time for {OPERATIONS} writes: {:?}", start.elapsed());
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `println` in this scope
[INFO] [stdout]    --> src/lib.rs:569:9
[INFO] [stdout]     |
[INFO] [stdout] 569 |         println!("Time for {OPERATIONS} reads: {:?}", start.elapsed());
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fmt` in this scope
[INFO] [stdout]    --> src/lib.rs:508:35
[INFO] [stdout]     |
[INFO] [stdout] 508 |             fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
[INFO] [stdout]     |                                   ^^^ use of unresolved module or unlinked crate `fmt`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fmt`, use `cargo add fmt` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 309 +     use crate::tests::alloc::fmt;
[INFO] [stdout]     |
[INFO] [stdout] 309 +     use core::fmt;
[INFO] [stdout]     |
[INFO] [stdout] 309 +     use alloc::fmt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `fmt` in this scope
[INFO] [stdout]    --> src/lib.rs:508:58
[INFO] [stdout]     |
[INFO] [stdout] 508 |             fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
[INFO] [stdout]     |                                                          ^^^ use of unresolved module or unlinked crate `fmt`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `fmt`, use `cargo add fmt` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these modules
[INFO] [stdout]     |
[INFO] [stdout] 309 +     use crate::tests::alloc::fmt;
[INFO] [stdout]     |
[INFO] [stdout] 309 +     use core::fmt;
[INFO] [stdout]     |
[INFO] [stdout] 309 +     use alloc::fmt;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `quickring` (lib test) due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df", kill_on_drop: false }`
[INFO] [stdout] 2f7dba123849708771c8e3adb2526e0440ae90f0ef994c6c7dd269664e1289df
